Overload | Description |
---|---|
Contains(TKey) | Queries whether this map contains a value for the specified key |
Contains(NKeyValuePair<TKey,TValue>) | Queries whether this map contains exactly the same item. Both the key and the value of the contained item must match in order for this method to return true. |